FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package sfm.130323#3.0.1 (78 ms)

Package sfm.130323
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=sfm.130323@3.0.1&canonical=http://ehelse.no/fhir/StructureDefinition/sfm-MedicationDispense
Url http://ehelse.no/fhir/StructureDefinition/sfm-MedicationDispense
Version 1.3
Status active
Date 2022-09-05
Name SfmMedicationDispense
Title sfm-MedicationDispense
Experimental False
Description Medication dispense information
Type MedicationDispense
Kind resource

Resources that use this resource

StructureDefinition
http://ehelse.no/fhir/StructureDefinition/sfm-MedicationComposition sfm-MedicationComposition
http://ehelse.no/fhir/StructureDefinition/sfm-pllInformation sfm-pllInformation

Resources that this resource uses

StructureDefinition
http://ehelse.no/fhir/StructureDefinition/sfm-Magistrell-Medication sfm-Magistrell-Medication
http://ehelse.no/fhir/StructureDefinition/sfm-Medication sfm-Medication
http://ehelse.no/fhir/StructureDefinition/sfm-MedicationStatement sfm-MedicationStatement
http://ehelse.no/fhir/StructureDefinition/sfm-Patient sfm-Patient
http://ehelse.no/fhir/StructureDefinition/sfm-dispenseinfo sfm-dispenseinfo
http://ehelse.no/fhir/StructureDefinition/sfm-Intervention SfmIntervention


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "sfm-MedicationDispense",
  "url" : "http://ehelse.no/fhir/StructureDefinition/sfm-MedicationDispense",
  "version" : "1.3",
  "name" : "SfmMedicationDispense",
  "title" : "sfm-MedicationDispense",
  "status" : "active",
  "date" : "2022-09-05",
  "description" : "Medication dispense information",
  "fhirVersion" : "4.0.0",
  "kind" : "resource",
  "abstract" : false,
  "type" : "MedicationDispense",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationDispense",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "MedicationDispense.extension",
        "path" : "MedicationDispense.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "MedicationDispense.extension:dispenseinfo",
        "path" : "MedicationDispense.extension",
        "sliceName" : "dispenseinfo",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-dispenseinfo"
            ]
          }
        ]
      },
      {
        "id" : "MedicationDispense.extension:intervention",
        "path" : "MedicationDispense.extension",
        "sliceName" : "intervention",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-Intervention"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationDispense.identifier",
        "path" : "MedicationDispense.identifier",
        "definition" : "Identifiers associated with this Medication Dispense that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.\r\n\r\nM10-id will be communicated as identifier."
      },
      {
        "id" : "MedicationDispense.status",
        "path" : "MedicationDispense.status",
        "definition" : "A code specifying the state of the set of dispense events.\r\n\r\nSFM will allways use \"completed\" since it is confirmed by pharmacy.",
        "mustSupport" : true
      },
      {
        "id" : "MedicationDispense.medication[x]",
        "path" : "MedicationDispense.medication[x]",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehelse.no/fhir/StructureDefinition/sfm-Medication",
              "http://ehelse.no/fhir/StructureDefinition/sfm-Magistrell-Medication"
            ]
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "example"
        }
      },
      {
        "id" : "MedicationDispense.subject",
        "path" : "MedicationDispense.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://ehelse.no/fhir/StructureDefinition/sfm-Patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationDispense.performer",
        "path" : "MedicationDispense.performer",
        "mustSupport" : true
      },
      {
        "id" : "MedicationDispense.performer.actor",
        "path" : "MedicationDispense.performer.actor",
        "definition" : "The pharmacy that delivered dispensed the medication. Use sfm-Organization"
      },
      {
        "id" : "MedicationDispense.authorizingPrescription",
        "path" : "MedicationDispense.authorizingPrescription",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
              "http://ehelse.no/fhir/StructureDefinition/sfm-MedicationStatement"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "MedicationDispense.quantity",
        "path" : "MedicationDispense.quantity",
        "mustSupport" : true
      },
      {
        "id" : "MedicationDispense.whenHandedOver",
        "path" : "MedicationDispense.whenHandedOver",
        "mustSupport" : true
      },
      {
        "id" : "MedicationDispense.dosageInstruction",
        "path" : "MedicationDispense.dosageInstruction",
        "mustSupport" : true
      },
      {
        "id" : "MedicationDispense.substitution",
        "path" : "MedicationDispense.substitution",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.